-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(bootable-usb): add Fedora #699
Conversation
Please rewrite the code and this PRs description without using AI/LLMs. |
Add this to |
Hardcoding releases induces a major maintenance burden. Please use APIs available to you: https://www.fedoraproject.org/releases.json |
Thank you for the advice! I have changed my part accordingly |
@lennartpj Please click |
Co-authored-by: Adam Perkowski <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
@adamperkowski |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
Co-authored-by: Adam Perkowski <[email protected]>
@adamperkowski I have change the version from 40 to 41. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adamperkowski I have change the version from 40 to 41. I have also tested the change and made a fresh install of fedora 41 using this method.
Thanks. Good to merge.
#828 was merged this can be closed |
Type of Change
Description
This pull request adds functionality to download the latest Fedora 40 Workstation ISO in the "create-bootable-usb.sh". It also fixes a bug in the confirmation prompt, allowing users to proceed by entering 'y', 'yes', and case-insensitive variants.
Testing
I have tested the changes by executing cargo run and going through the steps.
After the Script executed I was able to boot from the USB stick into the Fedora Setup.
The confirmation prompt now accepts 'y', 'yes', and case-insensitive variants.
Checklist